Skip to main content

DescribeDomainList

Description

call the DescribeDomainList interface to query domain name asset information.

Request Method

POST

Request Path

/apsara/route/aegis/DescribeDomainList

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
SourceIpBODYstringNo1.2.3.4access the IP address of the source.
DomainTypeBODYstringNorootdomain name type.
PageSizeBODYintegerNo10When paging query, the maximum number of pieces of data per page is displayed.
CurrentPageBODYintegerNo1the page number of the current page displayed when paging query.
regionIdBODYstringYesNo sample value for this parameter.region id
versionBODYstringNo2016-01-01version of api
FuzzyDomainBODYstringNosasdomain name fuzzy matching search information.

Return data

NameTypeSample valueDescription
PageInfostructNo sample value for this parameter.page displays information.
TotalCountinteger27the total number of data in the domain name asset list.
RequestIdstring0B48AB3C-84FC-424D-A01D-B9270EF46038request ID of the result.
PageSizeinteger10the number of pieces of data per page displayed during paging query.
IpListstring1.2.3.4,1.2.3.5IP list information corresponding to the domain name.
CurrentPageinteger1the page number of the current page displayed when paging query.
Countinteger10the number of data on the current page displayed during paging query.
Domainstringtst.comdomain name or website name.
DomainListResponseListarrayNo sample value for this parameter.domain name asset information.

Example

Successful Response example

{
"PageInfo":"",
"TotalCount":"27",
"RequestId":"0B48AB3C-84FC-424D-A01D-B9270EF46038",
"PageSize":"10",
"IpList":"1.2.3.4,
1.2.3.5",
"CurrentPage":"1",
"Count":"10",
"Domain":"tst.com",
"DomainListResponseList":""
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}